Skip to main content
Version: v2.10.0

Workspace-Level Secrets

Workspace secrets belong to a single workspace, and resolving one requires MANAGE permission on that workspace. It's the one scope where we changed the list and the form structurally. The list picks up a workspace selector in its toolbar, the create form picks up a required Workspace dropdown alongside Secret Name, Secret Type and Description, and the very same list turns up a second time inside the workspace itself, pre-filtered to that workspace.

List

Route/tenant/<tenantId>/secrets/workspace
ToolbarA workspace selector dropdown on the left, a Search By Name field, and a + Secret button at the top right
Empty stateNo Workspace Secrets Found. with an illustration and a secondary + Secret button

Columns: Name, Secret Type, Created By, Modified By, Created Time, Modified Time, Actions. Every column except Secret Type and Actions is sortable.

The Actions kebab menu holds exactly two entries, Edit and Delete.

Create

Route/tenant/<tenantId>/secrets/create-workspace-secret
BreadcrumbSecrets ❯ Workspace ❯ New workspace secret
FooterReset and Create

Basic Details on this scope add a required Workspace dropdown to the fields shared with the other scopes:

FieldRequiredControlPlaceholder / default
Secret NameYestexttitle_example_user_secret_1
Secret TypeYesdropdowndefaults to ENVIRONMENT VARIABLE
WorkspaceYesdropdownworkspace scope only
DescriptionNotextareaEnter Description

We offer all seven secret types at this scope. See Create Secret for the per-type field matrix.

From Inside a Workspace

The same list is reachable from the workspace Secrets tab at /workspace/<workspaceId>/secrets. It's the workspace-scoped secrets list pre-filtered to the current workspace, the workspace selector is pinned to that workspace, with the same info bar, the same Search By Name box, the same seven columns, and a + Secret button on the toolbar.

The workspace tab bar order is Runs | Notebooks | Jobs | Files | JDBC | Access Management | Secrets.

Workspace Secrets tab, pre-filtered to the current workspace

Workspace Secrets UI